/
comp
/
gb
/
float[]
/ sort
Float[].Sort (gb)
Syntax
FUNCTION
Sort
(
[
Mode
AS
Integer
]
)
AS
Float[]
Sorts the array.
Mode
can have the following value:
gb.Ascent
Ascent sort. This is the default value.
gb.Descent
Descent sort.